/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    class       polyBoundaryMesh;
    location    "3/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    frontAndBack
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          2170;
        startFace       688645;
    }
    inlet
    {
        type            patch;
        nFaces          110;
        startFace       690815;
    }
    outlet
    {
        type            patch;
        nFaces          110;
        startFace       690925;
    }
    lowerWall
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          4098;
        startFace       691035;
    }
    upperWall
    {
        type            patch;
        nFaces          1000;
        startFace       695133;
    }
    motorBike
    {
        type            wall;
        inGroups        List<word> 
2
(
motorBikeGroup
wall
)
;
        nFaces          16033;
        startFace       696133;
    }
)

// ************************************************************************* //
